home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Pro Tools 6 / CSi Master: Pro Tools 6.iso / mac / CSi MASTER-Pro Tools 6 OS9 / CSi MASTER Pro Tools 6 OS9 / DEFAULTS / interface / interface.cst / 00007.ls < prev    next >
Encoding:
Text File  |  2001-11-10  |  299 b   |  12 lines

  1. on mouseDown
  2.   
  3.   if the movieRate of sprite 41 = 1 then
  4.     set the movieRate of sprite 41 to 0
  5.     set the member of sprite the clickOn to member "qt play button"
  6.   else
  7.     set the movieRate of sprite 41 to 1
  8.     set the member of sprite the clickOn to member "qt pause button"
  9.   end if
  10.   
  11.   
  12. end